@charset 'utf-8';
.home_swiper{

}
.home_swiper a{
	display: block;
	height: 600px;
	background-size: cover!important;
}
.home_swiper a img{
	display: block;
	width: 100%;
}
.home_swiper .swiper-button-prev,.home_swiper .swiper-button-next{
  width: 50px;
  height: 90px;
  margin-top: -45px;
}
.home_swiper .swiper-button-prev{
  background: rgba(0,0,0,0.3)url(../img/prev_btn.png) center center no-repeat;
  left: -50px;
  border-radius: 0px 5px 5px 0px;
}
.home_swiper .swiper-button-prev:hover{
  background: rgba(0,0,0,0.5)url(../img/prev_btn.png) center center no-repeat;
}
.home_swiper .swiper-button-next{
  background: rgba(0,0,0,0.3)url(../img/prev_next.png) center center no-repeat;
  right: -50px;
  border-radius: 5px 0px 0px 5px;
}
.home_swiper .swiper-button-next:hover{
  background: rgba(0,0,0,0.5)url(../img/prev_next.png) center center no-repeat;
}
.home_swiper:hover .swiper-button-prev{
	left: 0px;
}
.home_swiper:hover .swiper-button-next{
	right: 0px;
}
.home_swiper .swiper-pagination-bullet{
	opacity: 1;
	width: 10px;
	height: 5px;
	background: rgba(0,0,0,0.3);
	border-radius: 0px;
}
.home_swiper .swiper-pagination-bullet-active{
	background: #fff;
	width: 20px;
}
.chexing_qiehuan{
	background: #f8f8f8;
	padding-bottom: 30px;
}
.chexing_box .qiehuan_top{
	background: #fff;
	-moz-box-shadow:0px 10px 20px rgba(0,0,0, 0.1);
	-webkit-box-shadow:0px 10px 20px rgba(0,0,0, 0.1);
	box-shadow:0px 10px 20px rgba(0,0,0, 0.1);
	position: relative;
	margin-top: -60px;
	z-index: 10;
}
.qiehuan_top .tab_ul{
	float: left;
	overflow: hidden;
	width: 86%;
}
.qiehuan_top .tab_ul li{
	float: left;
	width: 14.28571%;
}
.qiehuan_top .tab_ul li a{
	display: block;
	text-align: center;
	padding: 17.5px 5px;
	position: relative;
	color: #888888;
}
.qiehuan_top .tab_ul li a:after{
	content: '';
    display: block;
    position: absolute;
    right: 0px;
    height: 44px;
    width: 1px;
    background: #dddddd;
    top: 50%;
    margin-top: -22px;
}
.qiehuan_top .tab_ul li a:before{
	content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 40px;
    background: #fb0200;
    bottom: 0px;
    left: 50%;
    margin-left: -20px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
	-khtml-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.qiehuan_top .tab_ul li a img{
	display: inline-block;
	max-width: 100%;
	opacity: 0.3;
}
.qiehuan_top .tab_ul li a p{
	font-size: 16px;
	margin-top: 7px;
}
.qiehuan_top .tab_ul li a:hover:before,.qiehuan_top .tab_ul li.active a:before{
	opacity: 1;
}
.qiehuan_top .tab_ul li a:hover,.qiehuan_top .tab_ul li.active a{
	color: #111111;
}
.qiehuan_top .tab_ul li a:hover img,.qiehuan_top .tab_ul li.active a img{
	opacity: 1;
}
.qiehuan_top .more_to{
	float:left;
	width: 14%;
	text-align: center;
	display: block;
	height: 120px;
	line-height: 120px;
	color: #2093dd;
}
.swiper-pagination{
	bottom: 75px!important;
}
.tab_content_fu{
	position: relative;
	margin-top: 40px;
}
.qiehuan_top .more_to:hover{
	opacity: 0.8
}
.about_us{
	overflow: hidden;
}
.about_us .about_us_left{
	height: 570px;
	background-size: cover!important;
	width: 50%;
	float: left;
}
.about_us_right{
	width: 50%;
	float: left;
	box-sizing:border-box;
	padding-left: 100px;
	padding-top: 55px;
}
.about_us_right .right_title{
	font-size: 32px;
	color: #111;
	font-weight: bold;
	display: table;
}
.about_us_right .right_title img{
	display: block;
	width: 68px;
	margin: 0 auto;
	margin-top: 10px;
}
.about_us_right .right_name{
	font-size: 20px;
	color: #111;
	font-weight: bold;
	margin-top: 30px;
}
.about_us_right .right_text{
	font-size: 16px;
	color: #111;
	line-height: 30px;
	margin-top: 20px;
	max-width: 500px;
	height: 270px;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 9;
}
.about_us_right .more_to{
	display: table;
	margin-top: 30px;
	font-size: 16px;
	color: #2093dd;
}
.home_name{
	font-size: 32px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.home_name img{
	display: block;
	width: 68px;
	margin: 0 auto;
	margin-top: 10px;
}
.hehzuohuoban .home_name{
	margin-bottom: 40px;
}
.hehzuohuoban{
	background: url(../img/hehzuohuoban_bg.jpg) center center no-repeat;
	padding-top: 60px;
	padding-bottom: 120px;
	background-size: cover!important;
}
.hehzuohuoban ul{
	margin: -2.5px;
}
.hehzuohuoban ul li{
	float: left;
	width: 12.5%;
	box-sizing:border-box;
	padding: 2.5px;
}
.hehzuohuoban ul li a{
	display: block;
	
	height: 90px;
	line-height: 90px;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	-khtml-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	opacity: 0.9;
	overflow:hidden;
}
.hehzuohuoban ul li a img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.hehzuohuoban ul li a:hover{
	opacity: 1;
    -moz-box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
    -webkit-box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
    box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
}
.new_content{
	padding: 50px 0px;
	background: #f8f8f8;
}
.new_content .home_name{
	color: #111;
	margin-bottom: 50px;
}
.new_r{
	float: right;
	width: 41.6%;
}
.new_r:hover{
	-moz-box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
    -webkit-box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
    box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
    transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
    -moz-transform:translateY(-10px);
}
.new_r .img_box{
	height: 300px;
	background-size: cover!important;
}
.new_r .bottom_box{
	padding: 25px 100px 30px 30px;
	background: #fff url(../img/right_jiantou.png) right 35px center no-repeat;
}
.new_r .bottom_box .name{
	font-size: 18px;
	color: #111;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
}
.new_r .bottom_box .text{
	font-size: 14px;
	color: #888888;
	line-height: 20px;
	margin-top: 18px;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	float:left;
}

.new_content .more_to{
	display: block;
	width: 198px;
	margin: 0 auto;
	margin-top: 55px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #dddddd;
	font-size: 16px;
	color: #2093dd;
	background: #fff;
}
.new_content .more_to:hover{
	border: 1px solid #aaaaaa;
	color: #1476b5;
}
@media screen and (max-width: 1200px) {
	.about_us_right{
		padding-left: 50px;
		padding-right: 30px;
	}
	.home_swiper a{
		height: 500px;
	}
}
@media screen and (max-width: 1024px) {
	.home_swiper a{
		height: 400px;
	}
	.qiehuan_top .tab_ul li a{
		padding: 10px;
	}
	.qiehuan_top .more_to{
		height: 99px;
		line-height: 99px;
	}
}
@media screen and (max-width: 769px) {
	.home_swiper a{
		height: auto;
	}
	.chexing_box{
		padding-top: 10px;
	}
	.chexing_box .qiehuan_top{
		margin-top: 0px;
	}
	.pc{
		display: none!important;
	}
	.qiehuan_top .tab_ul{
		float: none;
		width: 100%;
	}
	.tab_content_fu{
		margin-top: 23.5px;
	}
	.chexing_box .more_to{
		display: block;
	    margin-top: 13.5px;
	    height: 48px;
	    line-height: 48px;
	    text-align: center;
	    border: 1px solid #dddddd;
	    font-size: 16px;
	    color: #2093dd;
	    background: #fff;
	}
	.qiehuan_top .tab_ul{
		white-space: nowrap;
		overflow: visible;
        overflow-y: hidden;
        font-size: 0px;
	}
	.qiehuan_top .tab_ul li{
		float: none;
		display: inline-block;
		width: auto;
	}
	.qiehuan_top .tab_ul li a:after{
		display: none;
	}
	.qiehuan_top .tab_ul li a img{
		max-width: 70%;
	}
	.qiehuan_top .tab_ul li a p{
		font-size: 16px;
	}
	.about_us .about_us_left{
		width: 100%;
		float: none;
		height: 220px;
	}
	.about_us_right{
		float: none;
		width: auto;
		padding: 30px 15px;
	}
	.about_us_right .right_title{
		font-size: 24px;
		display: block;
		text-align: center;
	}
	.about_us_right .right_name{
		text-align: center;
	}
	.about_us_right .more_to{
		display: block;
		margin-top: 35px;
		height: 48px;
		line-height: 48px;
		text-align: center;
		border: 1px solid #dddddd;
		font-size: 16px;
		color: #2093dd;
		background: #fff;
	}
	.home_name{
		font-size: 24px;
	}
	.hehzuohuoban{
		padding-top: 40px;
		padding-bottom: 65px;
	}
	.hehzuohuoban ul li{
		width: 25%;
	}
	.hehzuohuoban ul li a{
		height: 70px;
		line-height: 70px;
	}
	.hehzuohuoban .home_name{
		margin-bottom: 30px;
	}
	.new_r{
		float: none;
		width: 100%;
		display: block;
	}
	.new_r .img_box{
		height: 220px;
	}
	.new_r .bottom_box{
		padding: 15px 60px 15px 15px;
	}
	.new_content .more_to{
		width: auto;
		margin-top: 20px;
	}
}